Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi query with multi result #1

Merged
merged 5 commits into from
Dec 4, 2019

Conversation

KKehret
Copy link

@KKehret KKehret commented Dec 4, 2019

No description provided.

Copy link
Collaborator

@tbraun-hk tbraun-hk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Klasse, gefällt mir richtig gut! Noch die Kommentare anpassen, dann kannst Du den PR mergen.

@@ -592,6 +592,53 @@ public async Task<List<IInfluxSeries>> QueryMultiSeriesAsync(string dbName, stri
return null;
}

/// <summary>
/// Queries Influx DB and gets a time series data back. Ideal for fetching measurement values.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Den Kommentar solltest Du noch anpassen.

@@ -94,6 +94,16 @@ public interface IInfluxDBClient
/// <returns>List of InfluxSeries</returns>
Task<List<IInfluxSeries>> QueryMultiSeriesAsync(string dbName, string measurementQuery, string retentionPolicy = null, TimePrecision precision = TimePrecision.Nanoseconds);

/// <summary>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auch den Kommentar solltest Du noch anpassen.

@KKehret KKehret merged commit 7ac38cd into master Dec 4, 2019
@tbraun-hk tbraun-hk deleted the SupportMultiQueryWithMultiResult branch December 5, 2019 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants